Objects Reference

bezier_curve::add_point

Prototype

void add_point(float *f)

Parameters

Parameter Type Description
f float * pointer to first co-ordinate of the new point to add

Return Value

None

Remarks

This method adds a new point to the Bezier curve.
The number of floats pointed to by the parameter f must be equal to the curve dimentionality (dim).